exception n. 1.例外;除外,除去。 2.【法律】抗告;异议,不服,反对。 Every rule has its exceptions. 任何规则均有例外。 by way of exception 作为例外。 liable [subject] to exception 容易遭到反对的,会引起异议的。 make an exception of 把…作为例外。 make no exceptions 一视同仁,一样看待。 take exception 1. 反对,表示异议。 2. 有反感。 take exception at 发怒,生气。 take exception to [against] 对…提出异议。 without exception 一概,全都;无例外地。 with the exception of 除…外。 adv. -ally ,-less adj. 无例外的。
The entry point of a filter, as shown in the method s exception table, must be the first instruction in the filter s code block . the 筛选器的入口点(如该方法的异常表中所示)必须在筛选器的代码块中是第一个指令。
This exception table is extremely efficient and there is no performance penalty in processor time or in memory use when an exception does not occur 此异常表非常有效,在没有发生异常时,在处理器时间或内存使用上没有性能损失。
It also consists of the bytecode for the program instructions the jvm interprets at runtime, jit code code that s already been compiled for the target processor, any native code, and some metadata that the jvm uses exception tables, line number tables and so on 它还包括程序的字节码(jvm在运行时解释执行的指令)、jit代码(已经为目标处理器编译过的代码)、任何本机代码和jvm使用的一些元数据(异常表、行号表等等)。